7.3b3 passes on MacOSX 10.2.1 - Mailing list pgsql-hackers

From Peter Bierman
Subject 7.3b3 passes on MacOSX 10.2.1
Date
Msg-id v03130306b9e4cdcb53af@[17.202.21.231]
Whole thread Raw
In response to Re: CVS TOT fails to build on MacOSX 10.2.1  (Neil Conway <neilc@samurai.com>)
Responses Re: 7.3b3 passes on MacOSX 10.2.1  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: 7.3b3 passes on MacOSX 10.2.1  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
At 6:11 PM -0500 10/29/02, Neil Conway wrote:
>Peter Bierman <bierman@apple.com> writes:
>> So first off, what's the best way to tell from a cvs snapshot which
>> "release" (if any) that snapshot is?
>
>configure.in, perhaps?

Ah, thanks. 7.3b3 it is then.



>> 'make runcheck' in src/test/regress/  fails with:
>> 
>> bison -y -d  preproc.y
>> preproc.y:5560: fatal error: maximum table size (32767) exceeded
>
>You need bison 1.50 or greater to build the new ecpg (due to a bison
>limitation).


Ok. After upgrading to bison-1.75, all regression tests pass except:


*** ./expected/geometry-powerpc-darwin.out      Mon Dec 11 08:45:16 2000
--- ./results/geometry.out      Tue Oct 29 15:40:56 2002
***************
*** 127,133 ****
!         | (-10,0)    | [(-1000000,200),(300000,-40)] | (-9.99715942258202,15.3864610140472)
--- 127,133 ----
!         | (-10,0)    | [(-1000000,200),(300000,-40)] | (-9.99715942258202,15.3864610140473)
======================================================================


Perhaps the change from gcc2.x to 3.x changed floats a bit?

-pmb




pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: CVS TOT fails to build on MacOSX 10.2.1
Next
From: Stephan Szabo
Date:
Subject: Re: float output precision questions